object Regist: TRegist Left = 245 Top = 108 BorderStyle = bsDialog Caption = 'Registrace produktu' ClientHeight = 93 ClientWidth = 233 Color = clBtnFace ParentFont = True OldCreateOrder = True Position = poScreenCenter OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 9 Width = 112 Height = 13 Caption = 'Zadejte registra�n� k�d:' end object OKBtn: TButton Left = 70 Top = 59 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 OnClick = OKBtnClick end object CancelBtn: TButton Left = 150 Top = 59 Width = 75 Height = 25 Cancel = True Caption = 'Zp�t' ModalResult = 2 TabOrder = 1 end object editKod: TEdit Left = 8 Top = 26 Width = 217 Height = 21 MaxLength = 100 TabOrder = 2 end end